~ chicken-core (chicken-5) /manual/Module (chicken pretty-print)
Trap1[[tags: manual]]2[[toc:]]34== Module (chicken pretty-print)56This module has some procedures for pretty printing s-expressions.78=== pretty-print910<procedure>(pretty-print EXP [PORT])</procedure><br>11<procedure>(pp EXP [PORT])</procedure>1213Print expression nicely formatted. {{PORT}} defaults to the value14of {{(current-output-port)}}.1516=== pretty-print-width1718<parameter>pretty-print-width</parameter>1920Specifies the maximal line-width for pretty printing, after which line21wrap will occur.2223---24Previous: [[Module (chicken port)]]2526Next: [[Module (chicken process)]]